Fix a nefarious typo
authorРуслан Ижбулатов <lrn1986@gmail.com>
Sat, 25 Nov 2017 17:04:48 +0000 (17:04 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Sat, 25 Nov 2017 17:04:48 +0000 (17:04 +0000)
gdk/win32/gdkdnd-win32.c

index 0583c613d0f8e64341ec135c89e1c68eb6232438..fc4dfb0de0e17dc5d6f33202e67eb0f7bbf82157 100644 (file)
@@ -2762,7 +2762,7 @@ gdk_drag_anim_timeout (gpointer data)
   gdk_window_show (context->drag_window);
   gdk_window_move (context->drag_window,
                    context->last_x + (context->start_x - context->last_x) * t - context->hot_x,
-                   сontext->last_y + (context->start_y - context->last_y) * t - context->hot_y);
+                   context->last_y + (context->start_y - context->last_y) * t - context->hot_y);
   gdk_window_set_opacity (context->drag_window, 1.0 - f);
 
   return G_SOURCE_CONTINUE;